<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
/*  Cameo Skin CSS ========================================= */
#wrapper { margin:30px 0;}
.mis-stage {
}
    .mis-slider {
        /*  Slider element does not need to be a specific height
            Here we use it to create a stylish bar behind slides */
        height: 392px;
    }
        .mis-slider li a {
            text-decoration: none;
            color: #666;
            display: block;
        }  
        .mis-slider li figcaption {
            font-size: 1.125em;
        }
        .mis-slider li img {
            /*  Make max-width of image a little less than width of slide
                to avoid some browser shinking bugs */
            max-width: 190px;
            /*  for really small screens make width 100% */
            width: 100%;
            /*  Make image round */
            border: none;
        }
        .mis-slide {
            /*  Set width in pixels to restrict width of slides 
                for multi-item slider, default width is 100%
                for single-item slider. Use padding to add space 
                between slides */
	        width: 190px;
            height: 392px;
            /*  Undo the margin added by slider element */
        }
    .mis-nav-buttons a {
        color: #faf0dc; 
    }
</pre></body></html>